.pricing-content{
  background-color: #222020;
  color: white;
  text-align: center;
  padding: 50px;
}
.pricing-content div h4{
  color: #959191;  
}

.pricing-content h2{
  color: #bb924e;
  padding-bottom: 20px;
}
.pricing-content p{
	font-size: 1.6rem;
}


.pricing-content div {
  border-radius: 10px;
  width: 500px;
  box-shadow: 0px 0px 3px white;
  padding: 20px;
  margin: auto;
  margin-bottom: 20px;
  background-color: #2b2929;
}

@media only screen and (max-width: 700px) {
  
  .pricing-content div {
	  width: 96%;
  }
}
